home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
agent_pl.swf
/
scripts
/
DefineSprite_64
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-11-09
|
158 b
|
14 lines
play();
if(timer == undefined)
{
timer = 0;
}
onEnterFrame = function()
{
timer++;
if(timer >= 140)
{
gotoAndStop(31);
}
};